home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000058_jaltman2@nyc.rr.com_Thu May 8 09:09:19 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 14278 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!skynet.be!skynet.be!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
  3. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: ASCII to integer
  9. References: <Vsmua.100267$iy5.3080023@twister2.libero.it>
  10. In-Reply-To: <Vsmua.100267$iy5.3080023@twister2.libero.it>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 29
  14. Message-ID: <8Squa.14558$h42.2624@twister.nyc.rr.com>
  15. Date: Thu, 08 May 2003 11:05:40 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1052391940 66.108.138.151 (Thu, 08 May 2003 07:05:40 EDT)
  19. NNTP-Posting-Date: Thu, 08 May 2003 07:05:40 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14278
  22.  
  23. HELP FUNCTION <name> gives the calling conventions of the given function.
  24.  
  25. [C:\] K-95> help fun char
  26.  
  27. \fcharacter(n1)
  28.    n1 = integer.
  29. Returns character:
  30.    The character whose numeric code is n1.
  31.  
  32. [C:\] K-95> help fun code
  33.  
  34. \fcode(c1)
  35.    c1 = character.
  36. Returns integer:
  37.    The numeric code of character c1.
  38.  
  39.  
  40. Roberto Colmegna wrote:
  41. > Hi,
  42. > there are in kermit a function which convert
  43. > a char to an ascii (like C-fun atoi())?
  44. > And the opposite ones (itoa)?
  45. > TIA
  46. > Roberto COlmegna
  47.  
  48.